home *** CD-ROM | disk | FTP | other *** search
- Path: news.rmii.com!usenet
- From: bmeardon@rmii.com (Brandon Meardon)
- Newsgroups: comp.lang.c++
- Subject: Re: stack overflow
- Date: Mon, 08 Jan 1996 06:41:30 GMT
- Organization: Rocky Mountain Internet Inc.
- Message-ID: <4cqe4n$oje@natasha.rmii.com>
- References: <1996Jan7.231111.111385@kuhub.cc.ukans.edu>
- NNTP-Posting-Host: slip858.rmii.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- moxu@kuhub.cc.ukans.edu wrote:
-
- > I ran a program but got a "stack overflow" running time error.
- > Could anybody give some hints?
- > Thanks in advance.
-
- well, is this a program that you had made?. If it is try to make your
- stack size larger, or cut down on things like recursive functions, or
- passing lager data types to other functions.
-
- If you did not write this program, well....
- You are pretty much screwed.
-
- Have fun,
-
- Brandon
-
-
-